home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / PickMeUp.sit / Pick Me Up / source code / Movie app source / pickmeUp97 / MyPP_DebugHeaders.h next >
Text File  |  1997-03-20  |  431b  |  16 lines

  1. // ===========================================================================
  2. //    PP_DebugHeaders.h            ©1996-1997 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Use PowerPlant-specific Precompiled header
  6.     
  7. #if __POWERPC__
  8.     #include "MyPP_DebugHeadersPPC"
  9.     
  10. #elif __CFM68K__
  11.     #include "MyPP_DebugHeadersCFM68K"
  12.     
  13. #else
  14.     #include "MyPP_DebugHeaders68K"
  15. #endif
  16.